/// <summary>
 /// Return 409 status code - should be represented in the client as an error
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='booleanValue'>
 /// Simple boolean value true
 /// </param>
 public static Error Put409(this IHttpClientFailure operations, bool?booleanValue = default(bool?))
 {
     return(operations.Put409Async(booleanValue).GetAwaiter().GetResult());
 }