pub type DownloadFileRequest = FileRequest;
pub struct DownloadFileRequest { pub name: String, pub rest: Map<String, Value>, }
name: String
rest: Map<String, Value>