public TextDapperService(ITextDapperRepository textRepository, IMapper mapper) { _textRepository = textRepository; _mapper = mapper; }