Наследование: DurableEnlistmentState
 internal override void InternalAborted(InternalEnlistment enlistment)
 {
     // Transition to the aborting state
     DurableEnlistmentAborting.EnterState(enlistment);
 }