public long getAccountInfo(string useragent, string password, string email, string clientEmail, string clientCustomerId, string developerToken, string applicationToken, out long operations, out long units, out string requestId, out Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInfo getAccountInfoReturn)
 {
     Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.getAccountInfoRequest inValue = new Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.getAccountInfoRequest();
     inValue.useragent        = useragent;
     inValue.password         = password;
     inValue.email            = email;
     inValue.clientEmail      = clientEmail;
     inValue.clientCustomerId = clientCustomerId;
     inValue.developerToken   = developerToken;
     inValue.applicationToken = applicationToken;
     Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.getAccountInfoResponse retVal = ((Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInterface)(this)).getAccountInfo(inValue);
     operations           = retVal.operations;
     units                = retVal.units;
     requestId            = retVal.requestId;
     getAccountInfoReturn = retVal.getAccountInfoReturn;
     return(retVal.responseTime);
 }
 Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.getAccountInfoResponse Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInterface.getAccountInfo(Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.getAccountInfoRequest request)
 {
     return(base.Channel.getAccountInfo(request));
 }