@Test
 public void testRemoveCurrency() throws InterruptedException {
   // Wait for activity
   doAction.waitForAndroidActivity(appActivity, 20);
   XeCurrencyActivity objXE = new XeCurrencyActivity(driver, Dictionary, Environment, Reporter);
   String currencyToRemove = "ZAR - South African Rand";
   objXE.removeCurrency(currencyToRemove);
 }