Get a store for an existing document
@override Future<CRDTDocument?> getDocument(String documentId) async { return _documents[documentId]; }