protected function setGeoWebsiteId($id)
 {
     $this->geoWebsite->expects($this->atLeastOnce())->method('getId')->willReturn($id);
     return $this->geoWebsite;
 }