public PlayerConfig FindPlayer(string key) => AllPlayers.First(p => p.key == key);