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