Return Is Successful
bool isSuccessful(int statusCode) { return statusCode >= 200 && statusCode < 300; }