public async Task <bool> Deleta(Guid id) { var result = await wsService.Delete(_uriPadrao, id); return(ValidaResponse(result)); }