namespace PARR.API.Contracts.V1.Responses { public class RobotTaskScheduleResponse { /// /// RobotConfigurationId /// public Guid TaskId { get; set; } //TODO: } }