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