public void RenameChat([FromBody] Chat chat, string newChatName)
 {
     ChatContext.RenameChat(chat, newChatName);
 }