namespace BuildingBlocks.PersistMessageProcessor; public enum MessageStatus { InProgress = 1, Processed = 2 }