public bool HasEnoughEnergy(int id, int playerId)
 {
     return(_iplayerContext.HasEnoughEnergy(id, playerId));
 }