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

NUnit.Framework.Interfaces.ICommandWrapper

public interface ICommandWrapper
ICommandWrapper is implemented by attributes and other objects able to wrap a TestCommand with another command.
namespace NUnit.Framework.Interfaces { public interface ICommandWrapper { TestCommand Wrap(TestCommand command); } }