Class for monitoring the status of Plex Media Server
 public TrayInteraction()
 {
     _pms = new PmsMonitor();
     _pms.PlexStatusChange += OnPlexEvent;
     ///Start plex
     Start();
 }
 public TrayInteraction()
 {
     _pms = new PmsMonitor();
     _pms.PlexStatusChange += OnPlexEvent;
     ///Start plex
     Start();
 }