public async Task <IActionResult> DisableAsync(string name) { await pluginManager.DisablePluginAsync(name); return(RedirectToAction("Index")); }