namespace Filtration.Interface { public interface IDocument { bool IsScript { get; } } }