public static byte DeserializeSystemByte(JSONObject jsonObject, string name)
 {
     return jsonObject.GetByte(name);
 }