Public/Get-BMSLibraryInstance.ps1

Function Get-BMSLibraryInstance {
    $LibraryPath = (Join-Path -Path $PSScriptRoot -ChildPath "instructionset.json")
    (gc $LibraryPath | ConvertFrom-Json)
}