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