public static bool IsCompleted(this DownloaderServiceStatus status)
 => DownloaderService.IsStatusCompleted((int)status);