My Controller class looks like this:
public class MyController : ApiControllerBase { public IMyService _service { get; } public MyController(