Future<String> entity(String entity) { return trying( reader.read( 'entity', namedArgs: {'name': InputConverter.stringToCamelCase(entity)}, ), ); }