void Update()
 {
     Target.text = Format == null?Value.GetValue().ToString() : string.Format(Format, Value.GetValue());
 }