public function setPageConfigurationSet(PageConfigurationSet $pcs)
 {
     $this->getProperty()->pageConfigurationSetId = $pcs->getId();
     $this->getProperty()->pageConfigurationSetPath = $pcs->getPath();
     return $this;
 }