public PlexAutomationBroker(IPLexListener plexListener, List<INotifier> notifiers)
 {
     Notifiers = notifiers;
     PLexListener = plexListener;
     PLexListener.OnNewNotification += OnNewNotification;
 }
 public PlexAutomationBroker(IPLexListener plexListener, List <INotifier> notifiers)
 {
     Notifiers    = notifiers;
     PLexListener = plexListener;
     PLexListener.OnNewNotification += OnNewNotification;
 }