/// <summary>
 /// Return 412 status code - should be represented in the client as an error
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static Error Get412(this IHttpClientFailure operations)
 {
     return(operations.Get412Async().GetAwaiter().GetResult());
 }