toText: function v2ToText(cb) {
      return StreamTest.v2.toChunks((err, chunks) => {
        if (err) {
          cb(err);
          return;