private void RegisterCustomControl(ICustomContentPublisher control)
 {
     if (!string.IsNullOrEmpty(control.ContentId))
     {
         CustomContentControls[control.ContentId] = control;
     }
 }
 private void RegisterCustomControl(ICustomContentPublisher control)
 {
     if (!string.IsNullOrEmpty(control.ContentId))
         CustomContentControls[control.ContentId] = control;
 }