public function __construct()
 {
     parent::__construct();
     $this->ApplyChangesTo(SeriesUpdateScope::FullSeries);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_bookedBy = new FakeUserSession();
 }