public void TestFixture_Setup()
        {
            twitter = new Twitter("apitest4769", "testaccount");

            //Ensuring the environment is as we want it
            if(twitter.CheckFriendship("apitest4769", TestFollowUser))
            {
                twitter.UnfollowUser(TestFollowUser);
            }

            twitter = null;
        }