internal TimeColorProxy With(Imad.TimeColor timeColor) { this.timeColor = timeColor; return this; }
internal TimeFloatProxy With(Imad.TimeFloat timeFloat) { this.timeFloat = timeFloat; return this; }