RequestConfig.prototype._validate = function() {
    var that = this;

    Object.keys(this).forEach(function(property) {
        if(that[property] === null) {