public static JObject CreateComment(string postId, string message) { return(GetResponse(RequestBuilder.AddCommentToWallPost(postId, message))); }