namespace Service.Cloud.Msg; public class Model where T : ICmd { public T body { get; set; } public string dataSign { get; set; } }