/// <summary> /// Send a 400 response with no payload client should treat as an http error /// with no error model /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <A> Get200ModelA400NoneAsync(this IMultipleResponses operations, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.Get200ModelA400NoneWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }