public func set(mute enabled: Bool) -> Completable {
        return
            self
            .take(1)
            .asSingle()