Future<String> routeNames(String page) { return trying( reader.read( 'route_names', namedArgs: { 'page': page, }, ), ); }