private static void AllocateActionCards(Game game) { game.First.ActionCards = CardGenerator.GenerateActionCards(ActionCardsCount).ToList(); game.Second.ActionCards = CardGenerator.GenerateActionCards(ActionCardsCount).ToList(); }