Future<String> getChainIdentifier() async { final result = await client.request('mgo_getChainIdentifier', []); return result; }