public void WatchEventRaised(ExposedService watchdogEvent)
 {
     _notificationService?.Notify(watchdogEvent);
 }