public IActionResult GetStockPriceByName(string name)
 {
     return(Ok(stockService.GetStockPriceByName(name)));
 }