public ReusableFormService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }
 public EmbeddedService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }
 public AccountService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }
 public UnclaimedDraftService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }
 public TemplateService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }
 public SignatureRequestService(ISettings settings, IHelloSignService helloSignService)
 {
     this.settings = settings;
     this.helloSignService = helloSignService;
 }