public override void OnActionExecuted(ActionExecutedContext context) { Profiling.StoreData(dbContext).Wait(); base.OnActionExecuted(context); }