public DowntimeController(IDowntimeService service)
 {
     _service = service;
 }