public GameEntity() { _image = new Lazy <Bitmap>(() => string.IsNullOrWhiteSpace(ImageUrl) ? null : ImageGetter?.Invoke(ImageUrl).Result); }