private/Get-TrueNasModuleBase.ps1

function Get-TrueNasModuleBase
{
    [CmdletBinding()]
    [OutputType([System.String])]
    param (
    )

    return $MyInvocation.MyCommand.Module.ModuleBase
}