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