Response getResponse(dio.Response<String> res) { return Response()..mergeFromProto3Json(jsonDecode(res.data!)); }