private async void LoadNotesToViewModel() { var notes = await NotesProcessor.LoadNotes(); }
private async Task GetNotes() { var notes = await NotesProcessor.LoadNotes(); }