public List <IPlugin> GetPluginsAllowed()
 {
     return(_pluginManager.GetPluginsAllowed());
 }