PolicyBase public abstract class PolicyBase Implements elements common to both non-generic Policy and generic Policy<T> Documentation Code protected string policyKeyInternal A key intended to be unique to each IsPolicy instance. public string PolicyKey { get; } A key intended to be unique to each IsPolicy instance, which is passed with executions as the PolicyKey property. protected PolicyBase()