public SharedProject CreateSharedProject(string projId, string proj, SharedRepositorySource source,
                                          IEnumerable <SharedRepository> sourceRepositories)
 {
     return(SharingLogic.CreateSharedProject(projId, proj, source, sourceRepositories));
 }