public void GetCurrencyTypes()
 {
     AssertCall <List <string> >(repository.GetCurrencyTypes());
 }