namespace VSH.Data.Enums; public enum CookieType { XSRF = 0, SESSION = 1, CULTURE = 2 }