public void Init()
 {
     _stripe = Substitute.For<IStripeClient>();
     _client = new SkuClient(_stripe);
 }