/// <summary> /// Clears all state data stored in the session. /// </summary> public void Clear() { _state.Clear(); }