Наследование: Akka.Remote.TestKit.MultiNodeConfig
        protected ClusterSingletonManagerSpec(ClusterSingletonManagerSpecConfig config) : base(config)
        {
            _controller = config.Controller;
            _observer   = config.Observer;
            _first      = config.First;
            _second     = config.Second;
            _third      = config.Third;
            _fourth     = config.Fourth;
            _fifth      = config.Fifth;
            _sixth      = config.Sixth;

            _identifyProbe           = CreateTestProbe();
            _controllerRootActorPath = Node(config.Controller);
        }
        protected ClusterSingletonManagerSpec(ClusterSingletonManagerSpecConfig config) : base(config)
        {
            _controller = config.Controller;
            _observer = config.Observer;
            _first = config.First;
            _second = config.Second;
            _third = config.Third;
            _fourth = config.Fourth;
            _fifth = config.Fifth;
            _sixth = config.Sixth;

            _identifyProbe = CreateTestProbe();
            _controllerRootActorPath = Node(config.Controller);
        }