public TEST1.SR.LotteryPlays[] GetLotteryPlayList(string Guid, string LotteryType)
 {
     TEST1.SR.GetLotteryPlayListRequest inValue = new TEST1.SR.GetLotteryPlayListRequest();
     inValue.Body             = new TEST1.SR.GetLotteryPlayListRequestBody();
     inValue.Body.Guid        = Guid;
     inValue.Body.LotteryType = LotteryType;
     TEST1.SR.GetLotteryPlayListResponse retVal = ((TEST1.SR.WebService1Soap)(this)).GetLotteryPlayList(inValue);
     return(retVal.Body.GetLotteryPlayListResult);
 }
 TEST1.SR.GetLotteryPlayListResponse TEST1.SR.WebService1Soap.GetLotteryPlayList(TEST1.SR.GetLotteryPlayListRequest request)
 {
     return(base.Channel.GetLotteryPlayList(request));
 }