function Peer(id) { this.id = id; }; module.exports = require('soop')(Peer);