public override async Task Invoke(AspectContext context, AspectDelegate next) { context.ToString(); await next(context); }