namespace Hcs.Client.Api.Registry
{
///
/// НСИ "Вид коммунальной услуги" (реестровый номер 51)
///
public static class Registry51
{
///
/// Отопление
///
public static RegistryElement Element6 => new(
"6",
"74925764-ddf3-4b4b-b18d-85994187c13a");
}
}