/// <summary>
 /// Записать данные игрока
 /// </summary>
 public void Set(PlayerInfo playerInfo)
 {
     _playersProvider.SetInfo(playerInfo);
 }