/// <summary> /// Adding a new connected client to the collection. /// </summary> /// <param name="newClientOnTheServer"> A new client on the server.</param> internal void AddClientConnection(ClientsConnections newClientOnTheServer) { ServersClients.Add(newClientOnTheServer); }