namespace Wox.Plugin.Features { public interface IExclusiveQuery { bool IsExclusiveQuery(Query query); } }