Future<Result<void>> closeStatement(String connectionId, int stmtId) => _repository.closeStatement(connectionId, stmtId);