I need a route in the format of /{version}/doSomething and I would like to
- Load dependancies and
- Select a namespace
based on the version parameter. Is it possble to create a router that just handles the /{version} route, handles the loading and selection, and then dispatches the remaining route to another router ?