Should this line check CanExecute first? https://github.com/Dirkster99/InplaceEditBoxLib/blob/31012eb6d2780c1522189e12465369c8a1a20e16/source/InplaceEditBoxLib/Views/EditBox.xaml.cs#L764 ```cs if (RenameCommand.CanExecute(tuple)) RenameCommand.Execute(tuple); ```