Types/Posh.ExtensionCollection/get_Module.ps1

<#
.SYNOPSIS
    Gets an extension collection's module
.DESCRIPTION
    Gets the module that defines extended types in an extension collection.
#>

return $this.'.Module'