private async Task ExecutePluginService(IPluginService plugin)
 {
     try {
         await plugin.Activate();
     } catch (Exception ex) {
         _exceptionHandler.HandleException(ex);
     }
 }
 private async Task ExecutePluginService(IPluginService plugin) {
     try {
         await plugin.Activate();
     } catch (Exception ex) {
         _exceptionHandler.HandleException(ex);
     }
 }