public AuthenticationService(string webpageUrl)
 {
     client = new UnauthenticatedRestClient();
     authenticationTemplate = new UrlTemplate(webpageUrl + UrlTemplate.ESL_AUTHENTICATION_PATH);
     webpageTemplate        = new UrlTemplate(webpageUrl);
 }
 public AuthenticationService(string webpageUrl)
 {
     client = new UnauthenticatedRestClient();
     authenticationTemplate = new UrlTemplate(webpageUrl + UrlTemplate.ESL_AUTHENTICATION_PATH);
     webpageTemplate = new UrlTemplate(webpageUrl);
 }