public async Task <IEnumerable <DroneSituacaoModel> > ListarDrones() { return(await _droneService.ListarDronesAsync()); }