public bool SetFocus()
 {
     ContentFocusedCommand?.Execute(this);
     return(FocusArea.Focus());
 }