public function testGenerateTypeHandlerReusesInstance()
 {
     $this->assertEquals($this->address, $this->address->generateTypeHandler());
 }