namespace BITKit { public interface ITextValidation { bool IsTextValid(string text, out string errorReason); } }