public static void Post(int text) { Post(String.valueOf(text)); }
public static void Post(double text) { Post(String.valueOf(text)); }