At the moment, access to other actors are made using get_actor("ActorName"). This hides the dependencies between actors and will make the maintenance harder. However, we have at least one circular dependency that is solved with this solution and would require some more work to allow dependency injections into the constructors.