protected async Task DeleteEntityAsync()
 {
     await SoundCloudClient.DeleteAsync <TEntity>(RelativePath);
 }