public void AddClient([FromBody] Client client)
 {
     _service.OnClientConnected(client);
 }