public IEnumerable GetAllStocks() { // Returns data from memory. return _stockTicker.GetAllStocks(); }