/// <summary> /// Get null as date - this should throw or be unusable on the client side, /// depending on date representation /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='datePath'> /// null as date (should throw) /// </param> public static void DateNull(this IPaths operations, System.DateTime datePath) { operations.DateNullAsync(datePath).GetAwaiter().GetResult(); }