public static bool TryParse(string text, out Validator result) { return(Composable.TryParse(text, out result)); }