@override Future<void> addSource(String sourceId, SourceProperties source) async { _map.addSource(sourceId, source.toJson()); }