public function testGetAddressLibraryWillReturnRightInstance()
 {
     $this->assertTrue($this->addressLibrary === $this->address->getAddressLibrary());
 }