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

IApplyToTestSuite

public interface IApplyToTestSuite
The IApplyToTestSuite interface is implemented by self-applying attributes that modify the state of a test suite in some way.
void ApplyToTestSuite(TestSuite testSuite)

Modifies a test suite as defined for the specific attribute.