public ActionResult Refresh(GalleryRefreshRequest request)
 {
     return Lenta.RefreshGallery(request).ToJson();
 }
 public GalleryRefreshResponse RefreshGallery(GalleryRefreshRequest request)
 {
     throw new NotImplementedException();
 }