public void TestPart1() { int part1Solution = 279; Day19 day = new Day19(); day.ExecutePart1().Should().Be(part1Solution); }