@override Stream<T?> streamById(String? id, [Map? args]) { return (dbSource as StreamByIdDbSource).streamById(id, args) as Stream<T>; }