namespace Wino.Core.Domain.Enums { public enum WinoCustomMessageDialogIcon { Information, Warning, Error, Question } }