Private/Import-Config.ps1

function Import-Config {
    [cmdletbinding()]
    param()
    Import-Configuration -Name NA -CompanyName NA
}