/// <summary>
 /// Cleans up all the resources.
 /// </summary>
 public static void Cleanup()
 {
     _navigationService.Unhook();
 }