// Cancels download. public static void Cancel() { if (Latest != null && Latest.IsDownloading) { Latest.Cancel(); } }