protected void OnActorFlush()
 {
     if (Actor != EventCenter.ACTOR_NULL_TAG)
     {
         EventCenter.ActorFlush(Type, Actor);
     }
 }