void OnDestroy()
 {
     Current = null;
 }
 void Awake()
 {
     Current = new MyKindOfThreadDispatcher();
 }