Private/New-MultipartFormBoundary.ps1

function New-MultipartFormBoundary {
    [guid]::NewGuid().ToString()
}