public void EditChatRoom(ChatRoom chatRoom, string name, long editUserId) { chatRoom.Edit(name, editUserId); }