namespace Bit.Core.Enums; public enum EventSystemUser : byte { Unknown = 0, SCIM = 1, DomainVerification = 2, PublicApi = 3, TwoFactorDisabled = 4, }