public static String getGoodCurrentUpgrade(String goodItemId)
     throws VirtualItemNotFoundException {
   StoreUtils.LogDebug("SOOMLA", "removeGoodAmount is called from java!");
   return StoreInventory.getGoodCurrentUpgrade(goodItemId);
 }