setAsFederated(roomId: IRoom['_id']): Promise<UpdateResult> {
        return this.updateOne({ _id: roomId }, { $set: { federated: true } });
    }