public JsonResult GetRequestMessage(string key, Guid id)
 {
     return(Json(EndpointService.GetRequestMessage(key, id)));
 }