namespace Hcs.Broker.Api.Registry
{
///
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
///
public static class Registry51
{
///
/// Отопление
///
public static RegistryElement Element6_1 => new(
"6.1",
"14ad13a3-45ce-408b-b641-6fc59554f803");
}
}