public void Run()
 {
     try
     {
         _communicator.RunEndpointHostResolver();
     }
     catch (System.Exception ex)
     {
         _communicator.Logger.Error($"exception in endpoint host resolver thread {_thread.Name}:\n{ex}");
     }
 }