public async void SendMessageExceptSelfAsync(ChatMessage message)
 {
     await _streamingHub.SendMessageExceptSelfAsync(message);
 }