namespace KLHZ.Trader.Core.Contracts.Messaging.Dtos.Intarfaces
{
public interface IMessage
public string Text { get; set; }
}