Stream<T?>? watchById<T extends DatumEntityInterface>(String id, String? userId) { return Datum.manager<T>().watchById(id, userId); }