//Execute as mandated by ICommand interface
 public void Execute()
 {
     enemy.BecomeImmune();
 }