/// <summary> /// Get a response with header value "User-Agent": "overwrite" /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static HeaderResponseExistingKeyHeaders ResponseExistingKey(this IHeader operations) { return(operations.ResponseExistingKeyAsync().GetAwaiter().GetResult()); }