namespace DigitalData.MessagingService.Domain.Enums; public enum AttachmentStatus { Pending = 1, Valid = 2, Corrupt = 3, Skipped = 4 }