using System; using Aaru.CommonTypes.Enums; using Aaru.CommonTypes.Interfaces; namespace Aaru.Archives; public sealed partial class Amg { #region IArchive Members /// public ErrorNumber GetEntry(int entryNumber, out IFilter filter) => throw new NotImplementedException(); #endregion }