public bool CardPlayed(string roomId, string userId, int cardIndex) { return(cardGame.CardPlayed(roomId, userId, cardIndex)); }