public static bool ShouldRetry(this HttpStatusCode httpStatusCode) { return(httpStatusCode.Is5XX()); }