/// <summary>
 ///     Requests that the server enable auto-updates, and also send an initial such update.
 /// </summary>
 private void RequestGeneralAutoUpdate()
 {
     _system.AutoUpdate();
 }