abstract fun findRoute(locationClass: KClass<*>): String?
Retrieves routing information from a given locationClass.
Return routing pattern, or null if a given class doesn't represent a route.