using RobotNet.VDA5050.Factsheet; using RobotNet.VDA5050.Type; namespace RobotNet10.RobotApp.Interfaces; public interface IFactsheet { Task PubFactsheet(); }