public async Task SendAsync(RealTimeMessage msg)
 {
     await this.Transport.SendAsync(msg.ToString());
 }