public static async Task Notify(string key, string text) { RestService.Call("https://fcm.googleapis.com/fcm/send", key, text); }