using System.Text.Json; namespace Cloud.Services.Broker.Support { public class Command { public Guid GreenhouseId { get; set; } public string CommandName { get; set; } = null!; } }