namespace Hcs.Client.Api.Registry { public class RegistryElement(string code, string guid) { public string Code { get; } = code; public string GUID { get; } = guid; } }