public async Task <TopicDto> GetTopicByName(string name) { return(_mapper.Map <TopicDto>(await _repository.GetTopicByName(name))); }