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

IEventSource<T>

public interface IEventSource<T>
Represents a data stream signaling its elements by means of an event.
event Action<T> OnNext

Event signaling the next element in the data stream.