using FileSearch.Logic.Model.Engine; namespace FileSearch.Logic.Plugin { public interface ICriterionPlugin : ICriterion { } }