public void Stop()
 {
     _loadingAborted = true;
     _container.AbortMetadataLoading();
 }