public static bool Validate <TResult>(IStringParser <TResult> parser, string text, Nparams param) { return(parser.Validate(text, param)); }