module.exports.getKeepAliveConnectionT = function (username, password) {
    return function(callback) {
        module.exports.getKeepAliveConnection(username, password, callback);
    };
};