private void OnKeyDeselected(KeyDeselected msg)
        {
            if (msg.KeyId != _keySubPanel.KeyId)
            {
                return;
            }

            BottomSubPanel = null;
        }
 private void OnKeyDeselected(KeyDeselected msg)
 {
     _keyIndex[msg.KeyId].IsSelected = false;
 }