public async Task SendComment()
 {
     await DataRequester.SendComment(CurrentStoryId, CommentContent, ReplyCommentId);
 }