public IActionResult GetAuthorization(string returnUrl)
 {
     _logger.LogInformation($"Get oAuth authorisation and tokens.");
     return(_oAuthService.SendAuthRequest(returnUrl));
 }