public List <int> GetAllPlayerIds() { var ids = new List <int>(); ids.AddRange(Fighters.Select(x => x.Id)); return(ids); }