public void TestValues(int value, bool IsTrue) { var res = Primes.GetPrime(value); Assert.Equal(res, IsTrue); }