/// <summary> /// Get null date value /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static System.DateTime?GetNull(this IDate operations) { return(operations.GetNullAsync().GetAwaiter().GetResult()); }