public function testDomainWillReturnRightInstance()
 {
     $this->assertTrue($this->domain === $this->address->getDomain());
 }