public IPlugin GetPluginByShortcut(string pluginShortcut)
 {
     return(_pluginManager.GetPluginByShortcut(pluginShortcut));
 }