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.
namespace AngleSharp.DOM.Html { public enum PowerState : ushort { On, Off } }