<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.IProgress<T>

public interface IProgress<T>
namespace System { public interface IProgress<in T> { void Report(T value); } }