public async Task <ActionResult <IEnumerable <Pedido> > > GetPedido() { var resultado = await _service.BuscarAsync(); return(Ok(resultado)); }