/// <summary>
 /// Proceeds to run the installation and updating procedure.
 /// </summary>
 /// <remarks>
 /// Once the installation and updating are done, the delegate
 /// </remarks>
 public void RunAsync()
 {
     assetDownloader.DownloadAssetFileList(Config.GetConfig().AssetsFileListUrl);
 }