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