AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.4.0" />

.NET API 559,104 bytes

 PowerState

public enum PowerState
An enumeration with two known power states: on and off.
Off = 1

The field is inactive.

On = 0

The field is active.