private void StartClientNotifier()
 {
     _clientNotifier.StartClientNotifier(() => _domainEventBus.Dispatch(new NewClientConnected()));
 }