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

NUnit.Framework.Internal.MessagePumpStrategy

abstract class MessagePumpStrategy
namespace NUnit.Framework.Internal { internal abstract class MessagePumpStrategy { public abstract void WaitForCompletion(AwaitAdapter awaiter); public static MessagePumpStrategy FromCurrentSynchronizationContext(); protected MessagePumpStrategy(); } }