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