/**
  * Sets the IOService prefix
  */
 public function setPrefix($prefix)
 {
     $this->publishedIOService->setPrefix($prefix);
     $this->draftIOService->setPrefix($prefix);
 }