public ValuesController(JwtConfig conf, IJwtAuthcs auth) { _conf = conf; _auth = auth; }
public JwtAuth(JwtConfig conf) { _config = conf; }