public IOEmbedTweet GenerateOEmbedTweet(ITweetDTO tweetDTO) { var oembedTweetDTO = _tweetQueryExecutor.GenerateOEmbedTweet(tweetDTO); return(_tweetFactory.GenerateOEmbedTweetFromDTO(oembedTweetDTO)); }