public static string InternationalPhone() { return(StringFaker.Randomize("+##-(0)####-####-####")); }
public static string Phone() { return(StringFaker.Randomize("###-###-#####")); }
static public string PostCode() { return(StringFaker.Randomize("????? ##").ToUpper()); }