public bool IsMatch(string source)
 {
     return(StringPredicates.IsStartWithA(source));
 }
 public bool IsMatch(string source)
 {
     return(StringPredicates.IsLengthMoreThree(source));
 }