using FluentResults; namespace SanctionsSearch.Worker.Interfaces; interface IOfacFileService { Task> GetSdnFileAsync(); Task> GetAddressFileAsync(); Task> GetAltNamesFileAsync(); Task> GetCommentsFileAsync(); Task> GetConPrimaryNameFileAsync(); Task> GetConAddressesFileAsync(); Task> GetConAltNamesFileAsync(); Task> GetConCommentsFileAsync(); }