public void Day9StarTwo() { var dayObject = new Day9(); dayObject.ParseInput(GetInput(9)); Assert.AreEqual(1092012, dayObject.StarTwo()); }