protected override void OnStart(string[] args)
 {
     while (true)
     {
         _eventHubService.Receive().Wait();
     }
 }