namespace NHSE.Core { public interface INamedValue { string Name { get; } ushort Index { get; } } }