public void ShowCommentsWithEmoji(List <FeedEngagementModel> engagements)
 {
     _readAllCommentsButton.Visibility = ViewStates.Gone;
     _commentsTextView.TextFormatted   = CommentsHelper.BuildCommentsWithEmoji(engagements);
 }