InternalValidate method
Implementation
void InternalValidate(ServiceRequestBase request) {
  if (this.PropertySet != null) {
    this.PropertySet!.InternalValidate();
    this
        .PropertySet!
        .ValidateForRequest(request, true /*summaryPropertiesOnly*/);
  }
}