public void ConfirmAPIResponse(Auth auth)
 {
     if (auth.user != null)
     {
         binding.OpenMainScreen();
     }
 }