Public/New-XmcEndSystem.ps1

function New-XmcEndSystem {
    [CmdletBinding()]
    Param (
    )

    BEGIN {
    }

    PROCESS {
        return [XmcEndSystem]::new()
    }
}