<PackageReference Include="Polly.Core" Version="8.5.2" />

Polly.Utils.Guard

static class Guard
namespace Polly.Utils { internal static class Guard { public static T NotNull<T>(T value, string argumentName = "") where T : class; } }