namespace HrynCo.NotificationService.DAL.Abstract.Providers; public enum ProviderType { Smtp = 1 }