static GooglePlayConfiguration BuildGooglePlayStoreConfiguration(IGooglePlayStoreService googlePlayStoreService, IGooglePurchaseCallback googlePurchaseCallback)
        {
            GooglePlayConfiguration googlePlayConfiguration = new GooglePlayConfiguration(googlePlayStoreService);

            googlePurchaseCallback.SetStoreConfiguration(googlePlayConfiguration);
            return(googlePlayConfiguration);
        }