I have to figure out the appropriate path handler to use. The framework already knows which path handler should be used when I provide a route name; it shouldn't ask me for it.
Possible scenarios:
I want to create an OData link from one version (v2) to another (v1).
I want to create an OData link from an ApiController (non-OData).
Possible scenarios:
I want to create an OData link from one version (v2) to another (v1).
I want to create an OData link from an ApiController (non-OData).