/// <summary> /// Test explicitly required string. Please put null and the client library /// should throw before the request is sent. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bodyParameter'> /// </param> public static Error PostRequiredStringParameter(this IExplicitModel operations, string bodyParameter) { return(operations.PostRequiredStringParameterAsync(bodyParameter).GetAwaiter().GetResult()); }