private DeployProjectBranch CreateTestBranch(IProjectRepository sut, string projectId)
 {
     return sut.CreateBranch(projectId, this.Fixture.Create<string>("BranchName"));
 }