internal object ApprovePullRequest(int pullRequestId)
 {
     return(_repositoriesEndPoint.ApprovePullRequest(_accountName, _repository, pullRequestId));
 }