/// <summary> /// Gets the currencies list. /// </summary> /// <param name="tagName">Name of the tag.</param> /// <param name="currencyName">Name of the currency.</param> /// <param name="currencyRate">The currency rate.</param> /// <returns></returns> public List <CurrencyLoader> GetCurrenciesList(string tagName, string currencyName, string currencyRate) { return(_loader.GetApi(_path, tagName, currencyName, currencyRate).Result); }