Full source code available here.
In .Net Core Web Api it is not possible for the routing mechanism to distinguish between the following action methods.
public string GetSomething(int id, int something) and public string GetAnother(int id, int another)