public IActionResult GetByEventId(string id)
 {
     return(Ok(_requestLogService.GetByEventId(id).ToViewModel()));
 }