SetState accepts a stream as it's parameter to persist the Session state between handling messages for that session.
But when I know the last message has been received how do I set the state to null?
Attempting to pass an empty string to SetState causes an error.