public GitLabIssuesFacade(GitLabClientFactory clientFactory, Mapper mapper)
 {
     _clientFactory = clientFactory;
     _mapper        = mapper;
 }