public TransactionHandle terminate(long txId) throws TransactionLifecycleException {
   return registry.terminate(txId);
 }