public void ShouldCorrectlyIdentifyPrimeNumber(Int64 number, bool isPrime) { Assert.Equal(isPrime, number.IsPrime()); }