public void RoundhouseKick(ITarget target)
 {
     target.ReduceHitPoints(10);
 }