private static LookupElementPresentation renderItemApproximately(LookupElement item) {
   final LookupElementPresentation p = new LookupElementPresentation();
   item.renderElement(p);
   return p;
 }