Split rectangle into four pieces

Hello,

How can I split a rectangle I created using rs.AddRectangle into four pieces? I want to get a different GUIDs for each line.

Thanks

rs.ExplodeCurves(rectangle) ?
https://developer.rhino3d.com/api/RhinoScriptSyntax/#collapse-ExplodeCurves

wow, thanks!