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