/// <summary>
 /// Gets the description for the specified property.
 /// </summary>
 /// <param name="pd">The property descriptor.</param>
 /// <param name="declaringType">The declaring type.</param>
 /// <returns>
 /// A description string.
 /// </returns>
 protected virtual string GetDescription(PropertyDescriptor pd, Type declaringType)
 {
     return pd.GetDescription();
 }