public void Test_AuthorisationCode_AuthenticationAccessCodeNotFoundException() =>
 Assert.ThrowsExceptionAsync <AuthenticationAccessCodeNotFoundException>(async() =>
                                                                         await _client.GetAuthenticationTokenAsync(
                                                                             AuthenticationFlowType.AuthorisationCode,
                                                                             error_denied_url));