pub fn remove<K>(store: &mut dyn StateStore, key: &K) -> Result<()>where K: Hash + Eq + Clone + HeapSize, for<'a> &'a K: IntoGroupStateKey,