Switch Tab when use MvxTabbedPage

RootPage => RootPageViewModel Tab1 => Tab1ViewModel Tab2 => Tab2ViewModel

In Tab1

    await NavigationService.ChangePresentation(new MvxPagePresentationHint(typeof(Tab1ViewModel)));