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