public Module(string name, string sourcefile, bitboardWorld host) { this.Name = name; this.myTask = new jsLoadable(host); }