public RabbitMQHostCommand(string id) { Id = string.IsNullOrWhiteSpace(id) ? NodeId.Generate().ToString() : id; }