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

IWorkItemDispatcher

public interface IWorkItemDispatcher
An IWorkItemDispatcher handles execution of work items.
namespace NUnit.Framework.Internal.Execution { public interface IWorkItemDispatcher { void Dispatch(WorkItem work); void CancelRun(bool force); } }