static async Task Awaited(Controller controller, Task <ActionExecutedContext> task) { controller.OnActionExecuted(await task); }