namespace RobotNet.RobotShares.Models; public class RobotMoveStraightModel { public string RobotId { get; set; } = string.Empty; public double X { get; set; } public double Y { get; set; } }