public bool SendNotification(PushNotificationLogs notification) => _notification.SendToSingle(notification);
 public bool SendNotification(PushNotificationLogs campaign)
 {
     return(_notification.SendToSingle(campaign));
 }