public enum ScoreAggregation
public static ScoreAggregation SUM
All values from all games should be summed up.
public static ScoreAggregation AVERAGE
All values from all games should be averaged.