I'm trying to build a very simple C# app to download the latest RUB-USD exchange rate. www.cbr.ru provides a web service to pull the information from. I am first calling the function to get the latest exchange rate date. Then using that datetime to make the call to get the exchange rate on a particular date.I'm trying to build a very simple C# app to dow