public virtual AuthModel GetAuthenticationToken()
 {
     return(_settings.Get <AuthModel>("AuthenticationModel"));
 }