internal void Apply(UserSubscribedToPlan p) { this.SubscriptionLevel = p.PlanId == Plans.Starter ? "Starter" : "Full"; }
private void ApplyInternal(UserSubscribedToPlan s) { this.State.Apply(s); }