/**
  * @return array
  */
 public function findFederalStates()
 {
     $response = $this->api->callFederalStates($this->params);
     $return = $this->wrapper->transformFederalStates($response);
     $this->clear();
     return $return;
 }