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