/// <summary> /// Get complex types with double properties /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static DoubleWrapper GetDouble(this IPrimitiveOperations operations) { return(operations.GetDoubleAsync().GetAwaiter().GetResult()); }