<PackageReference Include="System.Reactive" Version="7.0.0-preview.1" />

System.Reactive.Concurrency.IStopwatch

public interface IStopwatch
namespace System.Reactive.Concurrency { public interface IStopwatch { TimeSpan Elapsed { get; } } }