Right now In-Portal code has checks for "In-Commerce" module inside it. Instead we should rather check for unit presence (via kApplication::prefixRegistered
method) instead of module, that right now has this unit.
In long term this would also save us time when we'll be splitting In-Portal into smaller modules.