namespace EonaCat.FirstLight.SaveTransfer.VdfGenerator.KeyValue.Interfaces; public interface IKeyValueNode { string Key { get; } }