public async Task <IActionResult> Get() { // return Ok(new string[] { "Order1", "Order2" }); return(Ok(await _ordersManager.GetOrdersAsync())); }