private void SendMessage()
 {
     client.SendMessageToServer("Hello from the client!");
 }