public async Task <ActionResult <List <DronesPedidosDTO> > > GetStatusDrone() { return(Ok(await _droneService.GetStatusDrone(_config.GetSection("ConnectionStrings").GetSection("grupo4devboostdronedeliveryContext").Value))); }