public System.Threading.Tasks.Task <VSClient.StockMarketWebService.userLoginResponse> userLoginAsync(string username, string password)
 {
     VSClient.StockMarketWebService.userLoginRequest inValue = new VSClient.StockMarketWebService.userLoginRequest();
     inValue.username = username;
     inValue.password = password;
     return(((VSClient.StockMarketWebService.PurchaseShares)(this)).userLoginAsync(inValue));
 }
 System.Threading.Tasks.Task <VSClient.StockMarketWebService.userLoginResponse> VSClient.StockMarketWebService.PurchaseShares.userLoginAsync(VSClient.StockMarketWebService.userLoginRequest request)
 {
     return(base.Channel.userLoginAsync(request));
 }