Future<dynamic> getProtocolConfig([String? version]) async { return await client.request( 'mgo_getProtocolConfig', [version] ); }