// factory public static Myhelper Create() { var hlp = new Myhelper(); HostingEnvironment.RegisterObject(hlp); // register ourself! return(hlp); }