abstract class HighScoreEntry { public abstract Player Player { get; } public abstract int Score{ get; } }