public async Task InvokeAsync(HttpContext context, IDbLogger logger) { await _next.Invoke(context); await logger.LogRequestAsync(context); }