/// <summary>
 /// Called when the host is shutting down.
 /// </summary>
 public void OnShutdown()
 {
     _operationsQueue.OnShutdown();
 }