/// <summary> /// Send a 200 response with valid payload: {'statusCode': '200'} /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static A Get200Model201ModelDefaultError200Valid(this IMultipleResponses operations) { return(operations.Get200Model201ModelDefaultError200ValidAsync().GetAwaiter().GetResult()); }