public void ThrowIfNotComplete() { if (Title == null) { throw ExceptionHelper.AChildElementMustBeProvided(PanelTitleTagHelper.TagName); } }