private async void LoadData() { var entries = await _logStore.GetLogEntriesAsync(); LogEntries.ClearAndAddRange(entries); }