@override String? mount(String command, Object? data, {Map<String, Object>? headers}) { return jsonEncode(mountJson(command, data, headers)); }