<PackageReference Include="System.Reactive" Version="6.0.0-preview.9" />
    
	
	
		
		
		
	 
	
	
        
                
                IStopwatch
                
                
Abstraction for a stopwatch to compute time relative to a starting point.
            
                 
                
namespace System.
Reactive.
Concurrency
{
    
public interface IStopwatch
    {
        
TimeSpan Elapsed { get; }
    }
}