public NounDTO GetNoun(Guid id) { var noun = _lectureRepository.GetNounOrNull(id); return(_mapper.Map <NounDTO>(noun)); }