public ContextScheduler(IContextView contextView)
 {
     this.contextDispatcher = contextView.GameObject.AddComponent <ContextDispatcher>();
 }
		public ContextScheduler(IContextView contextView) {
			this.contextDispatcher = contextView.GameObject.AddComponent<ContextDispatcher>();
		}