public static ExDateTime GetUseLicenseExpiryTime(LicenseResponse response)
 {
     ArgumentValidator.ThrowIfNull("response", response);
     return(RmsClientManagerUtils.GetUseLicenseExpiryTime(response.License, (response.UsageRights != null) ? response.UsageRights.Value : ContentRight.None));
 }