public void Day02Part1() { Assert.IsTrue(Day02.CalcPaperArea("2x3x4") == 58); Assert.IsTrue(Day02.CalcPaperArea("1x1x10") == 43); }