public static bool IsServerError(this DownloaderServiceStatus status)
 => DownloaderService.IsStatusServerError((int)status);