namespace PriorBankParser { public static class Constants { public static class SectionNames { internal const string LockedSectionPrefix = "Заблокированные суммы по ........"; internal const string OperationSectionPrefix = "Операции по ........"; } } }