public void Apply(Page p) { if (null != Content) { p.Content = Content.ToDomain(); } if (null != Availability) { Availability.Apply(p); } }