public static string IsValidStatic(ref string matchedPattern, ref Dictionary <string, string> groups, ref string failureLevel, ref string fingerprint, ref string message) { return(ValidatorBase.IsValidStatic(Instance, ref matchedPattern, ref groups, ref failureLevel, ref fingerprint, ref message)); }