public static DateTime DeserializeSystemDateTime(JSONObject jsonObject, string name) { return jsonObject.GetDateTime(name); }