public void Gerenciar(Despesa value) { if (value == null) { throw new ArgumentNullException(nameof(value)); } despesaRepository.Gerenciar(value); }