@Override
 public void parse(BserValues values) throws IOException {
   this.command = values.getString(1);
   this.args = values.getString(2);
   if (values.hasRemaining()) {
     setUnmappedObjects(values.buildRemaining());
   }
 }
 @Override
 public void parse(BserValues values) throws IOException {
   this.text = values.getString(1);
 }