protected bool Equals(AnimeWallpaperData other)
 {
     return string.Equals(FileUrl, other.FileUrl);
 }
 protected bool Equals(AnimeWallpaperData other)
 {
     return(string.Equals(FileUrl, other.FileUrl));
 }
 public WallpaperItemViewModel(AnimeWallpaperData data)
 {
     Data = data;
     IsBlurred = data.Nsfw;
 }