protected override Task DeleteAsyncImpl(IDocumentDbService dbService)
 {
     return(dbService.DeleteUdfAsync(Connection, AltLink));
 }