FilesystemHttpSender::FilesystemHttpSender(const FileStorage& storage,
                                            const std::string& uuid)
 {
   path_ = storage.GetPath(uuid).string();
   Setup();
 }