/// <summary>
 /// Initializes a new instance of the <see cref="HotKeyEventArgs"/> class.
 /// </summary>
 /// <param name="hotKey">The hot key.</param>
 public HotKeyEventArgs(GlobalHotKey hotKey)
 {
     this.HotKey = hotKey;
 }