public PersonalityInsightsServiceExample(string username, string password)
        {
            _personalityInsight.SetCredential(username, password);

            GetProfile();
        }