public override bool Validate()
 {
     return(!CheckIsBlackListed(blackListedWords, FormField.GetStringValue(), ignoreCase));
 }
 public override bool Validate()
 {
     return(!string.IsNullOrEmpty(FormField.GetStringValue()));
 }