Consider this simple controller action:
[HttpGet("{imageId}")] [ResponseCache(Duration = 604800)] [ProducesResponseType(StatusCodes.Status200OK)] [P