private void SetupTrayIconManager()
 {
     _trayIconManager = new TrayIconManager(this);
     _trayIconManager.Initialize();
 }