public bool SendMessage(ChatMessage Message)
 {
     return(_Chat.ApplyAction(new AddChatMessageAction(Message)));
 }