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

System.Runtime.CompilerServices.INotifyCompletion

public interface INotifyCompletion
namespace System.Runtime.CompilerServices { public interface INotifyCompletion { void OnCompleted(Action continuation); } }