@override Future<AppEntity?> getEntity(String? id, {Function(Exception p1)? onError}) { return reference.getEntity(id, onError: onError); }