public PeerConnectionClient(ServerDetails sd) { this.sd = sd; this.ps = new PlainClient(sd.GetIPEndPoint()); }