public void Unregister() { HotKeyManager.UnregisterHotKey(Id); }
public void Register() { HotKeyManager.RegisterHotKey(Key, Modifiers, Id); }