public ActionResult <IEnumerable <string> > GetWatchList() { return(_watchlistService.GetWatchList().ToList()); }