public async Task Delete() { await Db.Delete(Url.AddKey(UrlEspacios, Comentario.Key)); await Db.Delete(Url.AddKey(UrlUsuarios, Comentario.Key)); }