public IEnlistment EnlistVolatile(ISinglePhaseTransactionParticipant singlePhaseNotification, EnlistmentOptions enlistmentOptions)
 {
     return(this.Transaction.EnlistVolatile(singlePhaseNotification.Cast(), enlistmentOptions).Cast());
 }
 public IEnlistment EnlistDurable(Guid resourceManagerIdentifier, ISinglePhaseTransactionParticipant singlePhaseNotification, EnlistmentOptions enlistmentOptions)
 {
     return(this.Transaction.EnlistDurable(resourceManagerIdentifier, singlePhaseNotification.Cast(), enlistmentOptions).Cast());
 }