public void TestPart2() { Day19 day = new Day19(); int part2Solution = 384; day.ExecutePart2().Should().Be(part2Solution); }