public void HandleInput(IPlayerControlState playerInputState)
 {
     this.playerInputState = playerInputState;
 }
 public void HandleInput(IPlayerControlState playerInputState)
 {
     this.playerInputState = playerInputState;
 }