public void can_get_currency_dictionary() { Dictionary <int, string> dictionary = currencyRepository.GetAllIdNamePairs(); var list = dictionary.ToList(); Assert.Greater(list.Count(), 0); }