public IHttpActionResult KeepAlive()
 {
     _healthCheckService.KeepAlive();
     return(Ok());
 }