public T GetLastHitsCountUpdate(HitsCountQueryObject queryObject)
 {
     throw new NotImplementedException();
 }
 public List <T> GetHitsCounts(HitsCountQueryObject queryObject)
 {
     throw new NotImplementedException();
 }