public void Apply(MyAggregate aggregate, CEvent @event) { aggregate.CCount++; }
public void Apply(CEvent e) => C++;