public void ContinueFromCheckpoint(CheckpointId checkpointId)
 {
     playerStorage.SetStartCheckpoint(checkpointId);
     Load();
 }