public void ToRegistration(ICommand <RegistrationId> cmd)
 {
     _service.SendCommandsAsBatch(new ICommand[] { cmd });
 }