Inheritance: Akka.Remote.TestKit.MultiNodeConfig
        protected ClusterShardinLeavingSpec(ClusterShardingLeavingSpecConfig config)
            : base(config, typeof(ClusterShardinLeavingSpec))
        {
            _config = config;

            _region = new Lazy <IActorRef>(() => ClusterSharding.Get(Sys).ShardRegion("Entity"));
        }