public DistributedActorTable(string name, ActorSystem system)
     : this(name, ClusterActorDiscovery.Get(system).Discovery)
 {
 }