namespace Cloud.Services.Broker.Support { public class Command { public int Id { get; set; } public int GreenhouseId { get; set; } public string CommandName { get; set; } = null!; } }