We want to be able to control what the URLs are named when automatically mapped.
Note: just the URLs, not the action method names, they should stay as-is.
See: https://github.com/jsguy/misojs/wiki/How-miso-works#route-by-convention
We want control over the URL part - best approach would be to create an object with action name as key, URL translation method as value.