Projection reset using .Net Client API

Hi,

Does anyone know if the .Net Client API for Event Store contains a projection reset function?

I am using functions in the ProjectionsManager class to create/update/delete/disable/enable projections, but there is no obvious means to reset a projection there.

I am aware that the reset command is present in the HTTP API ( /projection/{name}/command/reset ), so my query is merely about whether there is a native .Net function for this.

Thanks,

Adrian