public bool IsOddPrime(int n)
 => _decider.IsOddPrime(n);