//private string _accessToken = null; protected BaseController(IConfiguration _config) { API_LINK = _config.GetSection("Connection:API_Server_Link").Value; APIConnector.Connect(API_LINK); // AddToken }