public override void RegisterContentDataInterceptors(ContentDataInterceptonRegistry registry)
 {
     registry.InterceptWith<DefaultPropertyValueInterceptor>();
 }
 /// <summary>
 /// Performs interceptors registration.
 /// </summary>
 /// <param name="registry">The registry.</param>
 public abstract void RegisterContentDataInterceptors(ContentDataInterceptonRegistry registry);
 public override void RegisterContentDataInterceptors(ContentDataInterceptonRegistry registry)
 {
     registry.InterceptWith <DefaultPropertyValueInterceptor>();
 }