List<String> getRoutes() { debugPrint('📋 Getting list of routes: ${_routes.keys.toList()}'); return _routes.keys.toList(); }