/**
  * @return array
  */
 public function findRealtyTypes()
 {
     $response = $this->api->callRealtyTypes($this->params);
     $return = $this->wrapper->transformRealtyTypes($response);
     $this->clear();
     return $return;
 }