public Container(Depends.ContainerType containerType) { PossiblePorts = Depends.GetPossiblePorts(containerType); }
public Container(Depends.ContainerType containerType) { Port = Depends.GetBackupPort(containerType); }