public void Part2_TestOne() { const string input = "dabAcCaCBAcCcaDA"; Assert.AreEqual(4, Day05.GetMinimumUnitsLength(input)); }