I have the following generic controller
[Route("api/[controller]")] [ApiController] public abstract class BaseApiController