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

KeyHelper

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