namespace HrynCo.NotificationService.DAL.Abstract.Providers; public enum EmailChannelType { Undefined = 0, Smtp = 1 }