pub trait ExchangeRateAPI { // Required method fn get_exchange_rates(&self) -> GetExchangeRatesBuilder<'_>; }