<PackageReference Include="Polly" Version="8.4.2" />

IsPolicy

public interface IsPolicy
A marker interface identifying Polly policies of all types, and containing properties common to all policies.
string PolicyKey { get; }

Gets a key intended to be unique to each policy instance, which is passed with executions as the PolicyKey property.