protected override string OnInit() { if (Component == null) { return("ActionTask not assigned!"); } Component.OnInit(); return(null); }