public UIRule(UIServer server) { _Server = server; }
public UIHideOtherRule(UIServer server) : base(server) { }
public UIStackRule(UIServer server) : base(server) { }