RhinoCommon API access for WireCut

Hi,

I would like to request RhinoCommon SDK access to the WireCut command functionality.

Would it be possible to expose this as a RhinoCommon method, something along the lines of:

Rhino.Geometry.Brep[] Brep.WireCut(
    IEnumerable<Curve> cuttingCurves,
    Vector3d direction,
    double depth,
    bool bothSides,
    bool keepAll
);

Thanks!