public static void Main(string[] args)
        {
            FountainOfObjectsGame game = CreateSmallGame();

            game.Run();
        }