public void BasicDataAccessTest()
 {
     var downloader = new YahooDownloader();
     downloader.GetData(new List<string>() { "AAPL" });
 }