suspend fun update(id: String, value: Profile) =
        store.updateObjectInCollection(id, value, COLLECTION_PATH)