protected override void BindProperties()
        {
            var textField = GetComponent <UnityEngine.UI.Text>();

            BindProperty(_text, () => textField.text = _text.GetValue());
        }