public RegistrationTransactionalService(IRegistrationService service)
 {
     this.service = service.ArgumentNullCheck(nameof(service));
 }