Future<dynamic> request(String method, [List<dynamic>? args]) async { final result = await sendRequest(method, args ?? []); return result; }