/// <summary>
 /// Get big double value -99999999.99
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static double?GetBigDoubleNegativeDecimal(this INumber operations)
 {
     return(operations.GetBigDoubleNegativeDecimalAsync().GetAwaiter().GetResult());
 }