public void ScheduleLocalPushNotification(string title, string message, DateTime dateTime)
 {
     PlayFabAndroidPlugin.ScheduleNotification(message, dateTime);
 }