public StartConfig GetAddress() { int n = RandomHelper.RandomNumber(0, this.GateAddress.Count); return(this.GateAddress[n]); }