ursus
DownloadManager { fun downloadSomething(params) = apiActuallyDownloadAndWriteObservable(params) .publish() .autoConnect(1) }