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