static GoHub() { // create our root hub _rootHub = new GoHub(); }
internal void SetHub(GoHub hub) { _hub = hub; }