public bool Remove(TK key) { return(_innerSeries.Remove(key)); }
public bool Remove(TKey2 key) { return(MutableInner.Remove(ToKey(key))); }