public function visitContent(ContentType $content)
 {
     $this->output .= __METHOD__ . ': ' . $content->getContents() . "\n";
 }