public static ushort DeserializeSystemUInt16(JSONObject jsonObject, string name)
 {
     return jsonObject.GetUInt16(name);
 }