protected override async Task <IMod> ImportBinary(FilePath path) { return(SkyrimMod.CreateFromBinary( new ModPath(this.ModKey, path.Path), GameRelease.ToSkyrimRelease(), parallel: this.Settings.ParallelProccessingSteps)); }