public SentenceDTO GetSentence(Guid id) { var sentence = _lectureRepository.GetSentenceOrNull(id); return(_mapper.Map <SentenceDTO>(sentence)); }