I have a legacy controller which I want to be a wrapper on the new controller (since for this particular API the legacy and current versions are the same). However when I reference the project of the new service, all of the routes of the new service are also available. So essentially I want only the routes from the current assembly to be configured.
Is this possible by cleanly specifying some option? I can see other questions where people are trying to go the other way (see here), but it doesn't help me.