<Page.DataContext> <local:TestVM /></Page.DataContext>
DataContext
public DelegateCommand TestCommand => new(() => { Debug.WriteLine("It's working"); });
BindableBase
ViewModel