public static String getWebKey(Integer itemId, Long resultId, Integer actionId) {
   return AcItemResultPk.createPk(itemId, resultId, actionId).getWebKey();
 }