package notificationProvider type NotificationProvider interface { SendNotification(title string, message string) error }