public int GetHashCode(ScoreComponent obj) => obj.GetHashCode();
 public bool Equals(ScoreComponent x, ScoreComponent y) => x.Value == y.Value;