public function run()
 {
     if ($this->startedGathering === true) {
         $this->viewElementsGathener->endGathering();
     }
     parent::run();
 }