IPlayerCheater IPlayerFactory.CreatePlayerCheater(IPlayerConstructorParams prm)
 {
     throw new NotImplementedException();
 }
 IPlayerThorough IPlayerFactory.CreatePlayerThorough(IPlayerConstructorParams prm)
 {
     throw new NotImplementedException();
 }