/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='postCommentAddCommand'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <LMSApplicationCoreViewModelCommentViewModel> AddCommentAsync(this IWallApi operations, LMSApplicationCoreCommandsPostCommentAddCommand postCommentAddCommand, string lang, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.AddCommentWithHttpMessagesAsync(postCommentAddCommand, lang, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='postCommentAddCommand'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 public static LMSApplicationCoreViewModelCommentViewModel AddComment(this IWallApi operations, LMSApplicationCoreCommandsPostCommentAddCommand postCommentAddCommand, string lang)
 {
     return(operations.AddCommentAsync(postCommentAddCommand, lang).GetAwaiter().GetResult());
 }