public void TestSeatNumber(string code, int expected) { Day05.GetSeatNumber(code).Should().Be(expected); }