Hi, I'm creating my state machine class in 'inheritance mode'. I have some additional properties specific of my class that I'd like to persist and I'd like to leverage the state persistence to do this for simplicity. What would be the proper way of doing this? Thanks.