public void GetAllCurrencyTest() { var data = CurrencyRepository.GetAllCurrency(); Assert.IsTrue(data.Any()); }