@given('11Paths-Authorization with application id "{app_id}" and secret "{secret}"')
def set_11path_authorization(context, app_id, secret):
    safe_add_http_request_context_to_behave_context(context)
    context.http_request_context.authentication_instances.append(
        X11PathsAuthentication(app_id=app_id, secret=secret)