public void SetState(ApplicationTrayState state)
 {
     _currentState = state;
     _notifyIcon.SetState(_currentState.ToString());
 }
 private TrayStateManager()
 {
     _currentState = ApplicationTrayState.NormalIdle;
 }