public async Task Invoke( HttpContext httpContext, IScopeContext context ) { context.AddHttpContext(httpContext); await _next(httpContext); }