namespace Wino.Core.Domain.Enums { public enum MailImportance { Low, Normal, High } }