protected NavigationPageViewModelBase(NavigationBindableValue bindableValue)
        {
            BindableValue = bindableValue;

            LoadedCommand = new DelegateCommand(Loaded);
        }
 public NavigationPageViewModel(NavigationBindableValue bindableValue) : base(bindableValue)
 {
 }