static SubscriptionStatus() { ACTIVE = new SubscriptionStatus("active"); INACTIVE = new SubscriptionStatus("inactive"); }