// public methods
 public long AdvanceTransactionNumber()
 {
     ThrowIfDisposed();
     return(_wrapped.AdvanceTransactionNumber());
 }