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