/**
  * @test
  */
 public function getAddressReturnsInitialValueForAddress()
 {
     $this->assertEquals(NULL, $this->subject->getAddress());
 }