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