Пример #1
0
        private ActorSelection GetSelection(string relativePath)
        {
            var actorPath = $"{_serverAddress.ToRootSelectionPath()}/{relativePath}";

            return(_consoleSystem.ActorSelection(actorPath));
        }