// private IRepositorySearchRepository repositorySearchRepository;

        public RepositoryManager(
            IRepositorySnapshotRepository repositorySnapshotRepository,
            IRepositoryCurrentStateRepository repositoryCurrentStateRepository,
            IRepositorySourceManager repositorySourceManager
            //IRepositorySearchRepository repositorySearchRepository
            )
        {
            this.repositorySnapshotRepository     = repositorySnapshotRepository;
            this.repositoryCurrentStateRepository = repositoryCurrentStateRepository;
            this.repositorySourceManager          = repositorySourceManager;
            // this.repositorySearchRepository = repositorySearchRepository;
        }