.withClientCustomerId(CLIENT_CUSTOMER_ID)
.withClientLoginToken(CLIENT_LOGIN_TOKEN)
.withDeveloperToken(DEVELOPER_TOKEN)
.withUserAgent(USER_AGENT)
.build();
adWordsServiceDescriptor = new AdWordsServiceDescriptor(MockAdWordsService.class,
VERSION, adWordsApiConfiguration);
}