/// <summary> /// Get '-9999999.999' numeric value /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task DoubleDecimalNegativeAsync(this IQueries operations, CancellationToken cancellationToken = default(CancellationToken)) { await operations.DoubleDecimalNegativeWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false); }