public void CombinationsShouldBe19208() { var expected = 19208; var actual = _day10.Combinations(_input); actual.Should().Be((expected)); }