pub async fn get_services(
    configuration: &Configuration,
    heartbeats: Option<bool>,
    heartbeat_limit: Option<i32>,
    alarms: Option<bool>,
    alarm_limit: Option<i32>,
    include_hidden: Option<bool>,
    stage: Option<&str>,
    key: Option<&str>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<Vec<ServiceResponse>, Error<GetServicesError>>