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

IWrapTestMethod

public interface IWrapTestMethod : ICommandWrapper
Objects implementing this interface are used to wrap the TestMethodCommand itself. They apply after SetUp has been run and before TearDown.
namespace NUnit.Framework.Interfaces { public interface IWrapTestMethod : ICommandWrapper { } }