/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='comment'> /// </param> public static void CreateComment(this IAPIClient operations, CommentModelInner comment = default(CommentModelInner)) { operations.CreateCommentAsync(comment).GetAwaiter().GetResult(); }