fn new(config ActorConfig) !Actor
struct Actor { pub mut: backend backend.Backend }
struct ActorConfig { backend.BackendConfig }