public async Task ExcluirPeloSistemaAsync(long[] ids)
 {
     await repositorioNotificacao.ExcluirPeloSistemaAsync(ids);
 }