public PSHub(Hub hub) { if (hub == null) { throw new ArgumentNullException("hub"); } this._hub = hub; }
public PSHub() { this._hub = new Hub(); }