public SagaExecutionState() { History = new SagaHistory(); ExecutionID = ExecutionID.Empty(); }
public SagaExecutionState() { History = new SagaHistory(); ExecutionID = ExecutionID.Empty(); CanBeResumed = true; }