public Repository Clone() { Repository res = VersionControlSystem.CreateRepositoryInstance(); res.CopyConfigurationFrom(this); return(res); }