/// <summary>
 /// Reset the data store
 /// </summary>
 public async Task ResetDataAsync()
 {
     await ViewModel.WipeDataListAsync();
 }