/**
  * @param string $stepId
  */
 public function removePipelineStep($stepId)
 {
     $this->pipelineModifications->removeStep($stepId);
 }