// Methods
 public Page NavigateTo(string pageKey)
 {
     return(_viewModelLocator.NavigateTo(pageKey));
 }