private string GetCurrentEmployee()
 {
     return(_httpContextLocatorService.GetCurrentContext().User.Identity.Name);
 }
 public IHttpContext GetCurrentContext()
 {
     return(_httpContextLocatorService.GetCurrentContext());
 }