public static void IAmStartingANewGame(IGameServer gameServer, int players, int rounds, out IGame game) { game = gameServer.NewGame(players, rounds); }