/// <inheritdoc />
 public virtual VersionStamp CreateVersionStamp()
 {
     ThrowIfDisposed();
     return(m_transaction.CreateVersionStamp());
 }