Check Unmerged Solution Owners internal void CheckUnmergedSolutionOwners( SourceControlBranchEntity parentBranch, SourceControlBranchEntity branch, bool excludeNonReferencedSolutions) { ObligationType obligationType = GetObligationType(branch.SourceControlBranchName); if (branch != null && branch.RootBranchOperationId.GetValueOrDefault() > 0) { parentBranch = SourceControlBranchComponent .GetSourceControlBranchEntity(branch.RootBranchOperationId.Value); var solutions = SolutionComponent .GetSolutionEntityListByBranch(branch.SourceControlBranchOperationId); Dictionary< string , string >; unmergedSolutionOwners = new SourcePackagingService. SourcePackagingServiceClient ().GetUnmergedSolutionOwners( new SourcePackagingService. SourcePackagingParentBranchInput { ParentBranchName = parentBranch == null ? ...