/** <inheritDoc /> */
 public override void Rollback()
 {
     _curFut.Value = Tx.GetFutureOrError(() => Tx.RollbackAsync());
 }