private void RunHotkey()
        {
#if ENABLE_INTERNAL_ASSISTANT
            HotKeys.PlayFunc(_hotkeyName);
#endif
        }