private void StatusChanged(string statusName, object statusValue)
 {
     _connections.SendStatusToClient(statusName, statusValue);
 }