public AuthorizationRedirectService(HttpListener httpListener, LogService log, EmissaryService emissaryService)
 {
     this.httpListener    = httpListener;
     this.log             = log;
     this.pageData        = "<!DOCTYPE><html><body><p>success! you can close this window and return to discord</p></body></html>";
     this.emissaryService = emissaryService;
 }
 public EmissaryModule(EmissaryService emissaryService)
 {
     this.emissaryService = emissaryService;
 }