public async Task <ExampleDto> ObterPorId(Guid Id) { return(_mapper.Map <ExampleDto>(await _exempleRepository.ObterPorId(Id))); }