// createNewsItem public int createNewsItem(NewsItemInputModel inputModel) { return(_newsRepository.createNews(inputModel)); }