/// <summary>
 /// Responds to the Scorm_Commit_Complete message from the ScormManager
 /// </summary>
 /// <description>
 /// This is the point where you should exit the Scorm object.
 /// Make sure the SCORM object does not exit until you receive this message.
 /// </description>
 public void Scorm_Commit_Complete()
 {
     ScormManager.Terminate();
 }