/// <summary> /// Attaches the specified flow to this hub. /// </summary> public Hub Attach(Flow flow) { flow.AttachTo(this); return this; }