/// <summary>
 /// Shuts down the scoreboard server.
 /// </summary>
 internal void Shutdown()
 {
     _scoreboardServerController.Disconnect();
 }