public void TestGetMeRequest() { var user = SoundCloudApiAuthenticated.Me().Get(); Assert.IsNotNull(user.Username); }