PolicyBuilder
public PolicyBuilder Or<TException>(Func<TException, bool> exceptionPredicate) where TException : Exception
public PolicyBuilder OrInner<TException>(Func<TException, bool> exceptionPredicate) where TException : Exception