damian
andThen
api.create().flatMapCompletable { otherApi.create() }.andThen { thirdApi.create() }.andThen { fourthApi.create() }.subscribe()