Future<String> repository(String feature) { return trying( reader.read( 'domain_repository', namedArgs: { 'repoCamelCase': InputConverter.stringToCamelCase(feature), }, ), ); }