private async void InitApp() { await FHClient.Init(); FHClient.RegisterPush(NotificationReceived); ShowMessage("App Ready!"); }