/**
  * {@inheritdoc}
  */
 public function __clone()
 {
     if ($this->body) {
         $this->body = clone $this->body;
     }
     parent::__clone();
 }