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