public static void DeleteRepository(this IRepositoryProvider repositoryProvider, Authentication authentication, string basePath, string repositoryName, string comment)
 {
     repositoryProvider.DeleteRepository(authentication.ID, basePath, repositoryName, comment, new LogPropertyInfo()
     {
         Key = LogPropertyInfo.VersionKey, Value = AppUtility.ProductVersion
     });
 }