public void Part1_TestOne() { const string input = "dabAcCaCBAcCcaDA"; Assert.AreEqual(10, Day05.GetNumberOfUnitsRemaining(input)); }