public async Task <TEntity> GetAsync()
 {
     return(await SoundCloudClient.GetAsync <TEntity>(RelativePath)
            .ContinueWith(task => task.SetSoundCloudClient(SoundCloudClient)));
 }