namespace BMA.EHR.Application.Requests { public class InsigniaItem { public Guid Id { get; set; } public string Name { get; set; } public string ShortName { get; set; } public string Level { get; set; } public Guid? LevelId { get; set; } } }