namespace PowderCoating.Core.Enums; public enum SubscriptionStatus { Active = 0, GracePeriod = 1, Expired = 2, Canceled = 3, Inactive = 4 }