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

KeyHelper

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