/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static IList <CommentModelInner> GetCommentsForPost(this IAPIClient operations, System.Guid?id = default(System.Guid?))
 {
     return(operations.GetCommentsForPostAsync(id).GetAwaiter().GetResult());
 }