public override void Start()
 {
     base.Start();
     MarketApi.GetGameCategories(OnSuccesCallback, OnError);
 }