private void DeleteIndex()
 {
     Logging.Info("Deleting the index at path '{0}'", LIBRARY_INDEX_BASE_PATH);
     DirectoryTools.DeleteDirectory(LIBRARY_INDEX_BASE_PATH, true);
 }