Classes/HyperVVMEnvironment.ps1

class HyperVVMEnvironment {
    [string]            $Name
    [HyperVVMService[]] $Service
    [string[]]          $StartOrder
}