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