I'm working on a Service Fabric project using ReliableActors with a state. I save and delete things in the state of the actor, and have some re-activation logic that I want to test.
Is there a way to manually deactivate or garbage collect an actor? I would optimally have a test loading data into the actor, deactivating it, and then run some function to ensure that the actor still opperates as intended.