private void ValidaOrigemId(Cliente source) { if (!_cidadeService.Exists(source.CidadeId)) { throw new Exception("Origem não encontrada"); } }