internal StripeServiceBase(StripeConfiguration config)
 {
     this.Config = config;
     this.Requestor = new Requestor(config);
 }