private IEnumerable <string> GetProvidersName()
 {
     return(_store.GetNotificationProvidersName());
 }
 private IEnumerable <string> GetImplementedProvidersName()
 {
     return(_notificationStore.GetNotificationProvidersName());
 }