public void Awake()
 {
     context = new PlayFabContext(this, true);
     context.Start();
 }
 public void Awake()
 {
     context = new PlayFabContext(this,true);
     context.Start();
 }