namespace Wino.Messaging.Enums { public enum MessageType { UIMessage, // For database changes that needs to be reflected in the UI. ServerAction, // } }