public void Day05() { var d = new Day05(); Assert.AreEqual(959, d.MaxSeatID()); Assert.AreEqual(527, d.MySeatID()); }