private JsonRequest DeserializeRequest(string requestJson)
 {
     return(JsonRequest.ParseCommand(requestJson));
 }