Future<void> set(String instrumentKey, Map details) { _store[instrumentKey] = Map<String, dynamic>.from(details); return Future<void>.value(); }