namespace Manager.YouTube.Constants; public static class CookieConstants { public static readonly IReadOnlyCollection RequiredCookiesNames = new HashSet { "SID", "SIDCC", "HSID", "SSID", "APISID", "SAPISID", "__Secure-1PAPISID", "__Secure-1PSID", "__Secure-1PSIDCC", "__Secure-1PSIDTS", "__Secure-3PAPISID", "__Secure-3PSID", "__Secure-3PSIDCC", "__Secure-3PSIDTS" }; }