public static long DeserializeSystemInt64(JSONObject jsonObject, string name) { return jsonObject.GetInt64(name); }