protected virtual string GetHotkeyName(Keys key, Keys modifiers)
 {
     return(Hotkey.GetHotkeyName(key, modifiers));
 }