/// <summary>
 ///     ONLY USE IN PRE PIPELINE!! Sets the field to the value in the target entity
 /// </summary>
 public void SetField(string fieldName, object value)
 {
     TargetEntity.SetField(fieldName, value);
 }