public void Version2Tests() { Assert.AreEqual(13, V2.NthPrime(6)); Assert.AreEqual(104743, V2.NthPrime(10001)); }