Future<T> getData<T extends DataObject>(DataBean<T> bean) async { final json = await getJsonBody(); return bean.fromJson(json); }