IsPolicy public interface IsPolicy Documentation Code namespace Polly { public interface IsPolicy { string PolicyKey { get; } } }