private async void LoadFromLocal() { UserChats = new ObservableCollection <Chat>(await sQLite.GetChats()); //error }