public void Test2Part2(string[] data, string bag, int result) { Assert.AreEqual(result, Day7.Calculate2(data, bag)); }