private void ExecuteRemoveHotkey(GlobalHotkey hotkey)
 {
     _hotkeyService.Remove(hotkey.Id);
 }