public void Count_all_trees_along_the_way() { Assert.That(Day3.CountTrees(InputMapLines, 3, 1), Is.EqualTo(244)); }