/// <summary>
 /// Return 405 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 Patch405(this IHttpClientFailure operations, bool?booleanValue = default(bool?))
 {
     return(operations.Patch405Async(booleanValue).GetAwaiter().GetResult());
 }