public static PhotoSize GetSize(this Wallpaper wallpaper, bool thumbnail)
 {
     return(thumbnail ? wallpaper.GetSmall() : wallpaper.GetBig());
 }