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