public LikeResumeService(KEODbContext context, IBrowserDetector browserDetector)
 {
     this.context         = context;
     this.browserDetector = browserDetector;
     Host      = Dns.GetHostName();
     IpAddress = Dns.GetHostEntry(Host).AddressList[0].ToString();
 }
 public UserAuthenticationService(KEODbContext dbContext)
 {
     this.dbContext = dbContext;
 }