public function getCorrectedAddress()
 {
     return $this->result ? $this->result->getCorrectedAddress() : null;
 }