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

KeyHelper

static class KeyHelper
using System; namespace Polly.Utilities { internal static class KeyHelper { public static string GuidPart() { return Guid.NewGuid().ToString().Substring(0, 8); } } } namespace Polly.Utilities { }