public TokenController(int tokenSize, MyLogger myLogger) { this._currentToken = tokenSize; this._myLogger = myLogger; }