class func stubSuccess() {
        stub(condition: { (request) -> Bool in
            true
        }) { (response) -> OHHTTPStubsResponse in
            return OHHTTPStubsResponse(jsonObject: successResponseData(), statusCode: 200, headers: nil)