public Task <string> AddSubscriptionPackage(BillingSubscriptionPackage newPlan) { throw new System.NotImplementedException(); }
public Task UpdateSubscriptionPackage(string planId, BillingSubscriptionPackage updatedPlan) { throw new System.NotImplementedException(); }