public void GetIntraDayPrice(string tickerSymbol)
 {
     provider.GetIntraDayPrice(tickerSymbol);
 }