Adds helper methods overrides to AspNetCore's ControllerBase `Ok`, `Created`, ... that allow compile-time checks that what is returned matches the return type in `Task<ActionResult<MyReturnType>>`
$ dotnet add package AspNetCore.TypedActionResultsNo README available.