public static void RegisterForNotifications()
 {
     LocalNotificationUnity.CreateChannel("parta_default_channel_id", "Notification", "WOW Notification", NotificationImportance.HIGH, enableLights: true, enableVibration: true);
 }