public async Task <List <Historico> > ConsultarHistorico() { return(await service.ConsultarHistorico(new StorageUsuario().Consultar().Id)); }