public GlobalHotKeyEventArgs(GlobalHotKey hotKey)
 {
     HotKey = hotKey;
 }