public List <UploadStatusResponse> GetAllUploadStatus()
 {
     return(UploadStatusResponse.fromSessionList(uploadService.getAllSessions()));
 }