public KeywordDto Get(string urlFriendlyName) { return(keywordRepository.GetByUrlFriendlyName(urlFriendlyName).ToViewModel <KeywordDto>()); }