@incompletude commented on [Fri Mar 16 2018](https://github.com/dotnet/core/issues/1356) This is very inconvenient. Both ways produce errors. ``` [ProducesResponseType(HttpStatusCode.OK)] // cast return StatusCode(HttpStatusCode.OK, users); // cast ``` Is there any reason for this? Thx.