public void GoBack_WithFrameNavigationService_ExecutesFrameNavigationServiceGoBack()
        {
            _viewModel.GoBack();

            _frameNavigationService.Received(1).GoBack();
        }