public Player(string name, int rank) { this.name = name; this.rank = rank; this.ip = IPv4.GetLocalIP(); }