/// <summary> /// Detaches the specified flow from this hub. /// </summary> public Hub Detach(Flow flow) { flow.DetachFrom(this); return this; }