Private/New-PrivateFunction.ps1

function New-PrivateFunction  {
    param()

    Write-Output 'Private Function'
    
}