namespace Kafka.Lib; public class KafkaConfig { public string? BootstrapServers { get; set; } public string? TopicRoot { get; set; } }