public void Example3() { var target = new Day3(); var result = target.CalculateDistance(23); result.Should().Be(2); }