public Task Inserir(GrupoComunicacaoDto dto)
 {
     throw new NotImplementedException();
 }
 public Task Alterar(GrupoComunicacaoDto dto, long id)
 {
     throw new NotImplementedException();
 }