Future<T> getAll({Map params = const {}, String? callRole}) { String formattedPath = formatPathFromParts([baseUrl, callRole ?? requestRole, path]); return this.get(Uri.parse(formattedPath)); }