private void Initialize()
 {
     shortcutCollection.Load();
     eventBus.Publish(new ShortcutsLoadedEvent());
 }