public async Task ClearPlayerHand(long playerId, long sessionId) { await _cardRepository.DeletePlayerHand(playerId, sessionId); }