Get all registered route names
Set<String> getRegisteredRoutes() { return {..._routeControllers.keys, ..._routeControllerTags.keys}; }