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

TaskHelper

public static class TaskHelper
Task helpers.
using System.Threading.Tasks; namespace Polly.Utilities { public static class TaskHelper { public static Task EmptyTask = Task.CompletedTask; } }