using System; namespace Decal.Adapter.Wrappers; [CLSCompliant(true)] public enum LogoffEventType { Requested, Authorized }