using RobotNet.VDA5050.State; namespace RobotNet10.RobotApp.Interfaces; public interface ILoad { Load[] Load { get; } void AddLoad(Load load); void ClearLoad(); }