Classes/HyperVVMService.ps1

class HyperVVMService {
    [string]   $Name
    [string]   $Environment
    [string[]] $DependsOn
    [object[]] $VM
}