How can I create my custom route passing the `creationOptions`? I have a route that extends Segment, but want to inject the serviceManager into it as I need to access a service to complete the routing strategy. My main problem is: how do I set the options? In the sample at http://zf2cheatsheet.com/#routing he doesn't need options in the module.config.php but I do and after looking into the code I can not figure out how to get it working.
