public VM(VMHost hostRef) { this.hostRef = hostRef; }
public Win2008VM(VMHost hostRef) : base(hostRef) { this.autoLogonCount = "1"; }