public TEST1.SR.Account GetAccountInfo(string Guid)
 {
     TEST1.SR.GetAccountInfoRequest inValue = new TEST1.SR.GetAccountInfoRequest();
     inValue.Body      = new TEST1.SR.GetAccountInfoRequestBody();
     inValue.Body.Guid = Guid;
     TEST1.SR.GetAccountInfoResponse retVal = ((TEST1.SR.WebService1Soap)(this)).GetAccountInfo(inValue);
     return(retVal.Body.GetAccountInfoResult);
 }
 TEST1.SR.GetAccountInfoResponse TEST1.SR.WebService1Soap.GetAccountInfo(TEST1.SR.GetAccountInfoRequest request)
 {
     return(base.Channel.GetAccountInfo(request));
 }