protected void On(AppContributorRemoved @event) { contributors = contributors.Apply(@event); }
protected void On(AppContributorAssigned @event) { contributors = contributors.Apply(@event); }