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

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.