public void PostConstruct()
 {
     routineRunnerBehavior = contextView.AddComponent <RoutineRunnerBehavior>();
 }
 public void PostConstruct()
 {
     routineRunnerBehavior = contextView.AddComponent<RoutineRunnerBehavior>();
 }