I have a asp .net core API with simple REST methods like this:
[Route("api/[controller]")] public class SomeC