public void UpdateOldValue(SagaUpdatedValue oldValueHolder) { OldValue = oldValueHolder != null ? oldValueHolder.NewValue : string.Empty; }