private function _hardDebugContent(ContentInterface $content)
 {
     echo Helper::debug($content->getBody(), 'content body');
     echo Helper::debug($content->getNotes(), 'content notes', false);
     echo Helper::debug($content->getMetadata(), 'content metadata', false);
 }