void ApproveNewClient(INetConnection client)
 {
     _logger.Info("Client attempted to connect, approving...");
     client.Approve();
 }