namespace OpenDBDiff.Abstractions.Schema.Model { public interface IOptionFilter : IOptionsContainer { bool IsItemIncluded(ISchemaBase item); } }