public bool Run(params object[] args)
 {
     _enmity.OnPlayerDamaged();
     return(true);
 }