public VNic(string mac, NicModel mod) { this.macAddress = mac; this._NicModel = mod; }
public VNic(string mac, NicModel mod) { macAddress = mac; _NicModel = mod; }