public async Task <IActionResult> GetOrders([FromQuery] string ticker) { return(Ok(_stockExchange.GetOrdersPlaced(ticker))); }