public DownloadHandler(UnityWebRequestDownloadAgentHelper owner)
     : base(owner.m_CachedBytes)
 {
     m_Owner = owner;
 }