internal static string GetBranchAttribute(
     IRestApi restApi,
     string repoName, string branchName, string attributeName)
 {
     return(restApi.GetAttribute(repoName, attributeName,
                                 AttributeTargetType.Branch, branchName).Value);
 }