private static int Part2(Floor floor) { floor.GameOfLife(); return(floor.BlackTilesCount()); }
private static int Part1(Floor floor) => floor.BlackTilesCount();