namespace HrynCo.Common.Tree; public interface INameNode { string Name { get; } }