public BranchInfo(RepositoryInfo repository, GitHubApi.GitHubBranch branch) { Repository = repository; Source = branch; }