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

TaskHelper

public static class TaskHelper
Task helpers.
using System.Threading.Tasks; namespace Polly.Utilities { public static class TaskHelper { public static Task EmptyTask = Task.FromResult(true); } }