namespace Hcs.Client.Api.Registry { /// /// НСИ "Межповерочный интервал" (реестровый номер 16). /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-16/v1. /// public static class Registry16 { /// /// 4 года /// public static RegistryElement Element4 => new( "4", "296aff1b-0fbe-4111-9aea-1693a6e58db0"); } }