Private/Actions/Show-NotImplementedMessage.ps1

function Show-NotImplementedMessage {
    Write-Host "This option is not implemented yet" -ForegroundColor Yellow
    return $false
}