namespace Model { public enum AuditingMode { Exempt, ManaualAudit, AutoAudit, } }