public void TestPart1() { var part1Solution = 75592527415659L; var day = new Day18(); day.ExecutePart1().Should().Be(part1Solution); }