public object PartOne()
        {
            var grid = Grid3d.LoadInitialState();

            return(RunSimulation(grid));
        }