public static bool IsClientError(this DownloaderServiceStatus status)
 => DownloaderService.IsStatusClientError((int)status);