public override ArchiveFile LoadArchive(string filepath) { ImgFile img = new ImgFile(filepath); img.Load(); return(img); }