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