public func set(transportState: TransportState) -> Completable {
        return
            self
            .take(1)
            .asSingle()