public override void OnAppearing(params object[] datas)
 {
     if (VIPMatchesTaskLoaderNotifier.IsNotStarted)
     {
         VIPMatchesTaskLoaderNotifier.Load(InitVIPMatchDatas);
     }
 }
        public override void OnAppearing(params object[] datas)
        {
            if (VIPMatchesTaskLoaderNotifier.IsSuccessfullyCompleted)
            {
                PullToRefresh();
                return;
            }

            if (VIPMatchesTaskLoaderNotifier.IsNotStarted)
            {
                VIPMatchesTaskLoaderNotifier.Load(InitVIPMatchDatas);
            }
        }