public appinfo GetAppDetail(string appId) { var xml = _wrapper.GetAppInfo(appId); return(XmlParseHelper.Parse <appinfo>(xml)); }