/**
  * @param Boundary $boundary
  */
 public function closeBoundary(Boundary $boundary)
 {
     $this->output .= $boundary->getFormattedClose();
 }