public JwtTokenService(IAuthOptionProvider authOptionProvider)
 {
     _authOptionProvider = authOptionProvider;
 }