Private/Get-PrivateFunction.ps1

function Get-PrivateFunction  {
    Write-Output 'Private Function'
}