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

SpecialValue

public enum SpecialValue
The SpecialValue enum is used to represent TestCase arguments that cannot be used as arguments to an Attribute.
namespace NUnit.Framework { public enum SpecialValue { Null } }