pub fn get_module_by_id<S: BackingPackageStore>(
    store: S,
    id: &ModuleId
) -> Result<Option<CompiledModule>, SuiError>