protected virtual void FixedUpdate()
 {
     _currentActionState.UpdateAction(this, _inputInformation);
 }