protected Task <HistoryEvent> On(AppPlanReset @event) { const string channel = "settings.plan"; return(Task.FromResult( ForEvent(@event, channel))); }
protected void On(AppPlanReset @event) { Plan = null; }