namespace Validator.Editor { public interface IValidator { public Report Validate(); } }