private async void LogOutExcute() { await CheckBusy(async() => { SqLiteService.DeleteAll <UserModel>(); SqLiteService.DeleteAll <NotificationModel>(); App.Settings.IsLogin = false; IsAdmin = false; UserInfo = null; IsLogin = false; SqLiteService.Update(App.Settings); }); }