public RankViewModel GeByPalyerId([FromRoute] string playerId) { return(_rankService.GetByPlayerId(playerId)); }