/**
  * Get all available currencies for this Exchange Rates provider
  *
  * @return array in the form of 'ISOCODE' => 'Currency description'
  */
 public function getCurrencies()
 {
     return $this->exchangeRatesAdapter->getCurrencies();
 }