public void Apply(GoalEvent @event) { Goals = @event.Home ? Goals.HomeIncrement() : Goals.AwayIncrement(); MatchEvents.Add(@event); }