public async Task <IActionResult> PorPessoa(string id) { var result = await _service.PorPessoa(id); return(Result((EnderecoResponse)result)); }