public async Task <IActionResult> ObterPorId(Guid id) { var retorno = await _clienteApplication.Obter(id); return(Ok(retorno.Object)); }