public function append(Line $line)
 {
     parent::append(new Line($this->createIndentationString() . (string) $line));
 }