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

NUnit.Framework.Internal.Execution.EventQueue

public sealed class EventQueue : EventQueue<Event>
Implements a queue of work items for the Event type each of which is queued as a WaitCallback.
namespace NUnit.Framework.Internal.Execution { public sealed class EventQueue : EventQueue<Event> { public EventQueue(); } }