public void AssignToRepository(IRepositoryProvider repository)
 {
     this.FullPathInRepo = Path.Combine(repository.GetPathToRepository(), this.NameInRepo);
 }