I need to register new step from plugin to already existing plugin.
But I do not wish to become attached to certain web service.
Service I shall receive thus:
ICrmService crmService = context. CreateCrmService (true);

Set please to me an example as it can be made. From registratin tool I cannot look as there already connected service.

I to myself see it approximately so:
sdkmessageprocessingstep regstep = new sdkmessageprocessingstep ();
...

crmService. Create (regstep);