namespace RobotNet.RobotShares.OpenACS; public class RobotACSLockedDto { public string RobotId { get; set; } = ""; public string[] ZoneIds { get; set; } = []; }