namespace OI.Metrology.Shared.DataModels; public class ToolTypeNameId { public string? ToolTypeName { get; set; } public int ID { get; set; } }