public OperatingSystem(string operatingSystemName, AutomatedLab.Version version) : this(operatingSystemName) { this.version = version; }
public OperatingSystem(string operatingSystemName, AutomatedLab.Version version) : this(operatingSystemName) { LinuxPackageGroup = new List <String>(); this.version = version; }