private Task <string> _getAccessToken(CancellationToken ctk = default(CancellationToken)) { return(_tokenProvider.GetToken(ctk)); }