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