public static String GetString(StringType type) { ulong length = UInt64.Parse(Rando.Generate <Byte>().ToString()); return(GetString(type, length)); }