namespace RobotApp.VDA5050.Factsheet; public class LoadSpecification { public string[] LoadPositions { get; set; } = []; public LoadSets[] LoadSets { get; set; } = []; }