Check if a document exists
@override Future<bool> hasDocument(String documentId) async { return _documents.containsKey(documentId); }