public async Task <IActionResult> blah() { await roleManager.RebuildInheritance(); return(Content("Done")); }