public class ScoreContributor { public string Parameter { get; set; } = null!; public int Points { get; set; } public string? RawValue { get; set; } public string? NormalRange { get; set; } }