public virtual void PostOpen()
 {
     if (_systemTransaction != null)
     {
         _systemTransaction.PostOpen();
     }
 }