I couldn't find information on what happens with a service fabric actor during upgrade of the application and deploying a new code package for that actor.
There is some saved state that I want to modify for each actor, but I'm not sure what happens during the upgrade - is there some method that is always called, that i can use like an upgrade hook?