static TranslationResponse HealthCheck(Configuration conf)
        {
            TranslationApi      api      = new TranslationApi(conf);
            TranslationResponse response = api.RunHealthCheck();

            return(response);
        }