public void StopAllActions()
 {
     _moveable?.ForceStop();
     _attackable?.ForceLooseTarget();
 }