namespace Erp.Sender.Rocket; public class RocketChatPostMessageInput { public string? Channel { get; set; } public string? Text { get; set; } }