public IResult <Unit> SetBody(HttpContext context, IActionResult result) => ReadResponse(result) .Bind(body => SetEntryInCache(KeyGenerator.Response(context.TraceIdentifier), body));