internal AuthApi(ISoundCloudRawClient soundCloudRawClient, IAccessTokenConverter accessTokenConverter)
 {
     this.soundCloudRawClient = soundCloudRawClient;
     this.accessTokenConverter = accessTokenConverter;
 }
 internal AuthApi(ISoundCloudRawClient soundCloudRawClient, IAccessTokenConverter accessTokenConverter)
 {
     this.soundCloudRawClient  = soundCloudRawClient;
     this.accessTokenConverter = accessTokenConverter;
 }