public TestIssuesController(IMapper mapper, IUnitOfWork unitOfWork, ITestIssueRepository repository) { this._unitOfWork = unitOfWork; this._mapper = mapper; this._repository = repository; }