public void ExecuteAction() { var id = Ask.CommentId(); var comment = _commentRepository.GetById(id); Write.Comment(comment); }