public async Task CreateChatRoomAsync(ChatRoom room) { await _chatRoomRepository.InsertAsync(room); }