public IActionResult getFormPublicInfoList(Empty empty) { var result = EGClient.getFormPublicInfoList(empty); return(Ok(result)); }