@override Future<String> entity(String entity) { return _safeCall( reader.read( 'entity', args: [InputConverter.stringToCamelCase(entity)], ), ); }