@override Future<void> put(String storageId, Map<String, Object?> document) async { _documents[storageId] = Map<String, Object?>.from(document); }