public override void Initialize() { DataContext = new EcteteraViewModel() { Text = "Sample Text", Color = UIColor.Red }; }