public async Task RestoreDataAsync()
 {
     this.MajorColor = new SolidColorBrush(ColorValue.ToColor());
     await DownloadImgForListAsync();
 }