public bool Delete(Guid noteId) { return(EntityCollection.DeleteMany(x => x.Id == noteId).DeletedCount > 0); }