Future<Result<void>> rollbackTransaction(String connectionId, int txnId) => _repository.rollbackTransaction(connectionId, txnId);