public ExchangeRateProvider(CnbSource source) { _source = source; }
public ExchangeRateProvider() { _source = new CnbSourceApi(); }