public AmazonRetailer(string associateTag, string accessKey, string endpointConfigName)
 {
     _associateTag = associateTag;
     _accessKey    = accessKey;
     _amazonClient = new AWSECommerceServicePortTypeClient(endpointConfigName);
 }
 public AmazonRetailer(string associateTag, string accessKey, string endpointConfigName) {
     _associateTag = associateTag;
     _accessKey = accessKey;
     _amazonClient = new AWSECommerceServicePortTypeClient(endpointConfigName);
 }