/**
  * @return array
  */
 public function findRegions()
 {
     $response = $this->api->callRegions($this->params);
     $return = $this->wrapper->transformRegions($response);
     $this->clear();
     return $return;
 }