using Bit.Core.AdminConsole.Entities.Provider; using Bit.Core.Billing.Enums; namespace Bit.Core.Billing.Services.Contracts; public record ChangeProviderPlanCommand( Provider Provider, Guid ProviderPlanId, PlanType NewPlan);