/// <summary>
 /// Get '-9999999.999' numeric value
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static void DoubleDecimalNegative(this IPaths operations)
 {
     operations.DoubleDecimalNegativeAsync().GetAwaiter().GetResult();
 }