Future<rtpb.Match> joinMatch( String matchId, { String? token, }) => _send<rtpb.Match>(rtpb.Envelope( matchJoin: rtpb.MatchJoin(matchId: matchId, token: token)));