using Stripe; namespace Bit.Core.Billing.Models; public record ProviderSubscriptionDTO( List ProviderPlans, Subscription Subscription);