@override Stream<T?> stream([Map? args]) { return (repository as SimpleStreamRepository<T>).stream(args); }