void Start()
 {
     _playerCore.Impact()
     .Subscribe(StoreAndLoadResult)
     .AddTo(this);
 }