AngleSharp by Florian Rappl

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

 ICookieService

public interface ICookieService : IService
Defines methods to evaluate and store cookies.
string this[string origin] { get; set; }

Gets or sets the cookie value for the given address.