async.parallel({
           ipv4: (answer) => {
               this.queryIPAddress('ipv4', (err, ip) => {
                   answer(err, ip);
               });