public static TimeSpan DeserializeSystemTimeSpan(JSONObject jsonObject, string name)
 {
     return jsonObject.GetTimeSpan(name);
 }