public async Task <string> GetToken()
 {
     return(await _authorizationManager.GetAccessToken());
 }