/// <summary> /// Stops the <see cref="ConnectionChecker"/> timer. /// </summary> public void Stop() { ConnectionChecker.Stop(); IsRunning = false; }