public static Guid DeserializeSystemGuid(JSONObject jsonObject, string name)
 {
     return jsonObject.GetGuid(name);
 }