public HeartBeatController(IBackgroundServiceWorker worker)
 {
     this.worker = worker;
 }