/**
  * @test
  */
 public function getUntertitelReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getUntertitel());
 }