public StartProcessService(ELMARestClient restClient)
 {
     this.restClient = restClient;
 }
 public BotWebApiService(ELMARestClient restClient)
 {
     this.restClient = restClient;
 }
 public AuthorizationService(ELMARestClient restClient)
 {
     this.restClient = restClient;
 }