namespace SHJX.Service.Model.XmlModules { public class SamplePosition { public string Name { get; set; } public int Count { get; set; } public string Value { get; set; } } }