/**
  * {@inheritDoc}
  */
 public function removeWebsite(\Bakgat\Notos\Domain\Model\Location\Website $website)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeWebsite', [$website]);
     return parent::removeWebsite($website);
 }