public void TestDropCurrencyRateWithEmptyName() { String currencyVal = ""; Currency validCurrency = currencyService.GetCurrencyByName("Euro"); currencyRateService.DropCurrencyRate(currencyVal, validCurrency); }