<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.Internal.Execution.IEvent<TListener>

public interface IEvent<TListener>
Interface for ALL event types that can be queued for processing.
namespace NUnit.Framework.Internal.Execution { public interface IEvent<[System.Runtime.CompilerServices.Nullable(2)] in TListener> { void Send(TListener listener); } }