/// <summary>Send a message to Tradee</summary> public bool Post <T>(T msg) where T : ITradeeMsg { return(Tradee != null && Tradee.Post(msg)); }