<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Diagnostics.BooleanSwitch

public class BooleanSwitch : Switch
namespace System.Diagnostics { public class BooleanSwitch : Switch { public bool Enabled { get; set; } public BooleanSwitch(string displayName, string description); public BooleanSwitch(string displayName, string description, string defaultSwitchValue); } }