namespace Hncore.Payment.Request { public class MqttMessage { public string Topic { get; set; } public string Payload { get; set; } } }