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