public void WithDescriptionWhenComponentIsNullShouldThrow() { ComponentExtensions.WithDescription <IHasDescription>(null, "Description."); }