public override void OnGUI(Rect position)
 {
     InfoboxDecorator.OnGUI(position, this.attribute as InfoboxAttribute);
 }