Remove multiple entities
void removeMany(List<String> ids) { for (final id in ids) { _entities.remove(id); _ids.remove(id); } }