protected override void BuildPartList()
        {
            base.BuildPartList();

            PartList.InsertPartAfter(titleIconContainerPartName, TemperatureAndTimePart.Create(paramContainerPartName, Model, this, ussClassName));
        }