public void Record(ITransformationStep step)
 {
     this.steps.Add(step);
 }
 public void Record(ITransformationStep step)
 {
     this.steps.Add(step);
 }