/**
  * @param SeriesUpdateScope|string $seriesUpdateScope
  */
 public function ApplyChangesTo($seriesUpdateScope)
 {
     $this->seriesUpdateStrategy = SeriesUpdateScope::CreateStrategy($seriesUpdateScope);
 }