function ContentServiceNode()
 {
     parent::ServiceNode();
     $this->registerPart('content', new Object());
 }